home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / K-CS.DCR / 00167.ls < prev    next >
Encoding:
Text File  |  2001-08-24  |  180 b   |  15 lines

  1. property StartTicks
  2.  
  3. on new me
  4.   cursor(4)
  5.   set StartTicks to the ticks
  6. end
  7.  
  8. on exitFrame
  9.   if the ticks > (StartTicks + 300) then
  10.     go(#next)
  11.   else
  12.     go(#loop)
  13.   end if
  14. end
  15.